Click or drag to resize

SparkRooms Property

Gets the rooms, which is an instance of RoomClient Rooms are virtual meeting places in Cisco Spark where people post messages and collaborate to get work done. Use rooms to manage the rooms on behalf of the authenticated user.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public RoomClient Rooms { get; }

Property Value

Type: RoomClient
The rooms.
Remarks
Since: 0.1.0
See Also