Creates a new smash 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
- identity
- Type: Microsoft.Hawaii ClientIdentity
ClientIdentity object used for authentication.
- meetingToken
- Type:
System Guid
The meeting token of the session to create. Needs to be shared to allow others to join the session.
- subject
- Type:
System String
The name of the session.
- organizer
- Type:
System String
The organizer of the session.
- organizerEmail
- Type:
System String
email address of organizer of session.
- attendees
- Type:
System.Collections.Generic IEnumerable
String
List of user names allowed to join a session. A wildcard '*' matches all users attempting to join.
- lifetime
- Type:
System TimeSpan
The lifetime of the session. Can be up to 30 days. The session will automatically be erased after expiration of this timespan.
- managementID
- Type:
System Guid
The owner's management secret required to enumerate, modify, wipe sessions.
- state
- Type:
System Object
State to be passed as userState in the completion event args.
See Also