Joins a Smash session. User+email+device must be unique across all joinees of a session.
Namespace: Microsoft.Hawaii.Smash.ClientAssembly: Microsoft.Hawaii.Smash.Client (in Microsoft.Hawaii.Smash.Client.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
Parameters
- admClientId
- Type:
System String
Azure Data Market client id used for authentication.
- admClientSecret
- Type:
System String
Azure Data Market client secret used for authentication.
- dispatcher
- Type:
System.Windows.Threading Dispatcher
The Dispatcher object. a dispatcher must be specified in order to use data binding with Smash.
- meetingToken
- Type:
System Guid
The meeting token of the session to join.
- user
- Type:
System String
User name joining the session.
- Type:
System String
email address of the user joining the session.
- device
- Type:
System String
Device name of the user joining the session.
- forceRejoin
- Type:
System Boolean
A value of 'true' overrides user+email+device uniqueness requirement for joining a session.
- tables
- Type: Microsoft.Hawaii.Smash.Client ISmashTable
Array of ISmashTable for all SmashTable objects to be associated with the joined session.
- state
- Type:
System Object
State to be passed as userState in the completion event args.
See Also