Click or drag to resize

JoinConferenceArgs Class

Arguments for a client joining an IceLink conference.
Inheritance Hierarchy
Dynamic
  Extensible
    BaseInputArgs
      FM.IceLink.WebSync4JoinConferenceArgs

Namespace:  FM.IceLink.WebSync4
Assembly:  FM.IceLink.WebSync4 (in FM.IceLink.WebSync4.dll) Version: 1.1.2.607 (1.1.2.607)

The JoinConferenceArgs type exposes the following members.

Constructors
  NameDescription
Public methodJoinConferenceArgs
Initializes a new instance of the JoinConferenceArgs class.
Top
Properties
  NameDescription
Public propertyConferenceChannel
Gets or sets the conference channel.
Public propertyExtensionCount (Inherited from Extensible.)
Public propertyExtensionNames (Inherited from Extensible.)
Public propertyExtensions (Inherited from Extensible.)
Public propertyIsRetry (Inherited from BaseInputArgs.)
Public propertyMetaJson (Inherited from Extensible.)
Public propertyOnFailure
Gets or sets the callback to invoke if the request fails. See JoinConferenceFailureArgs for callback argument details.
Public propertyOnReceive
Gets or sets the callback to invoke when data is received on the channel. See JoinConferenceReceiveArgs for callback argument details.
Public propertyOnRemoteClient
Gets or sets the callback to invoke when a new remote client needs a connection.
Public propertyOnSuccess
Gets or sets the callback to invoke if the request succeeds. See JoinConferenceSuccessArgs for callback argument details.
Public propertyRequestTimeout (Inherited from BaseInputArgs.)
Public propertyRequestUrl (Inherited from BaseInputArgs.)
Public propertySynchronous (Inherited from BaseInputArgs.)
Public propertyUnlinkExistingOnUserJoin
Gets or sets a value indicating whether this endpoint should drop existing links in favour of new ones when remote peers join the channel. Defaults to true.
Public propertyUnlinkOnUserLeave
Gets or sets a value indicating whether this endpoint should initiate an unlink when remote peers leave the channel. Defaults to true.
Top
Methods
  NameDescription
Public methodCopyExtensions (Inherited from Extensible.)
Public methodGetExtensionValueJson (Inherited from Extensible.)
Public methodSetExtensionValueJson(String, String) (Inherited from Extensible.)
Public methodSetExtensionValueJson(String, String, Boolean) (Inherited from Extensible.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also