Updates the details for a room by id.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void Update(
string roomId,
string title,
Action<SparkApiEventArgs<Room>> completionHandler
)
Parameters
- roomId
- Type: SystemString
The identifier of the room. - title
- Type: SystemString
A user-friendly name for the room. - completionHandler
- Type: SystemActionSparkApiEventArgsRoom
The completion event handler.
Remarks Since: 0.1.0
See Also