Click or drag to resize
CallExtraParameter Constructor
Initializes a new instance of the CallExtraParameter class

Namespace: Quickblox.Sdk.Modules.ChatXmppModule.ExtraParameters
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CallExtraParameter(
	string sessionId,
	string sdp,
	string platform,
	int senderId,
	int receiverId
)

Parameters

sessionId
Type: SystemString

[Missing <param name="sessionId"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.ExtraParameters.CallExtraParameter.#ctor(System.String,System.String,System.String,System.Int32,System.Int32)"]

sdp
Type: SystemString

[Missing <param name="sdp"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.ExtraParameters.CallExtraParameter.#ctor(System.String,System.String,System.String,System.Int32,System.Int32)"]

platform
Type: SystemString

[Missing <param name="platform"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.ExtraParameters.CallExtraParameter.#ctor(System.String,System.String,System.String,System.Int32,System.Int32)"]

senderId
Type: SystemInt32

[Missing <param name="senderId"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.ExtraParameters.CallExtraParameter.#ctor(System.String,System.String,System.String,System.Int32,System.Int32)"]

receiverId
Type: SystemInt32

[Missing <param name="receiverId"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.ExtraParameters.CallExtraParameter.#ctor(System.String,System.String,System.String,System.Int32,System.Int32)"]

See Also