getMeetingInfo

abstract fun getMeetingInfo(spaceId: String, handler: CompletionHandler<SpaceMeetingInfo>)

Shows Webex meeting details for a space such as the SIP address, meeting URL, toll-free and toll dial-in numbers.

Since

2.3.0

Parameters

spaceId

The identifier of the space. (Derived parameter: Use SpaceClient.list to get a list of spaces. Then use Space.id to retrieve the spaceId)

handler

A closure to be executed once the request has finished.