Class VideoSessionClient

    • Constructor Detail

      • VideoSessionClient

        public VideoSessionClient()
    • Method Detail

      • getName

        @Nullable
        public String getName()
        The name of the browser used to view the video session.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getVersion

        @Nullable
        public String getVersion()
        The version of the browser used to view the video session.
        Returns:
        version
      • setVersion

        public void setVersion​(String version)
      • getType

        @Nullable
        public String getType()
        The type of client used to view the video session.
        Returns:
        type
      • setType

        public void setType​(String type)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object