Click or drag to resize
WebSyncClientCall Method

[Missing <summary> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.WebSyncClient.Call(System.String,System.String,System.String,System.Int32,System.Int32,Quickblox.Sdk.Modules.ChatXmppModule.Models.MessageType)"]

Namespace: Quickblox.Sdk.Modules.ChatXmppModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CallExtraParameter Call(
	string sessionId,
	string sdp,
	string platform,
	int caller,
	int receiver,
	MessageType type = MessageType.Headline
)

Parameters

sessionId
Type: SystemString

[Missing <param name="sessionId"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.WebSyncClient.Call(System.String,System.String,System.String,System.Int32,System.Int32,Quickblox.Sdk.Modules.ChatXmppModule.Models.MessageType)"]

sdp
Type: SystemString

[Missing <param name="sdp"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.WebSyncClient.Call(System.String,System.String,System.String,System.Int32,System.Int32,Quickblox.Sdk.Modules.ChatXmppModule.Models.MessageType)"]

platform
Type: SystemString

[Missing <param name="platform"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.WebSyncClient.Call(System.String,System.String,System.String,System.Int32,System.Int32,Quickblox.Sdk.Modules.ChatXmppModule.Models.MessageType)"]

caller
Type: SystemInt32

[Missing <param name="caller"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.WebSyncClient.Call(System.String,System.String,System.String,System.Int32,System.Int32,Quickblox.Sdk.Modules.ChatXmppModule.Models.MessageType)"]

receiver
Type: SystemInt32

[Missing <param name="receiver"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.WebSyncClient.Call(System.String,System.String,System.String,System.Int32,System.Int32,Quickblox.Sdk.Modules.ChatXmppModule.Models.MessageType)"]

type (Optional)
Type: Quickblox.Sdk.Modules.ChatXmppModule.ModelsMessageType

[Missing <param name="type"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.WebSyncClient.Call(System.String,System.String,System.String,System.Int32,System.Int32,Quickblox.Sdk.Modules.ChatXmppModule.Models.MessageType)"]

Return Value

Type: CallExtraParameter

[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.WebSyncClient.Call(System.String,System.String,System.String,System.Int32,System.Int32,Quickblox.Sdk.Modules.ChatXmppModule.Models.MessageType)"]

See Also