Click or drag to resize

JoinConferenceArgs Properties

The JoinConferenceArgs type exposes the following members.

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
See Also