MeetingSummaryRemote


@ExperimentalAppActions
interface MeetingSummaryRemote


Interface used to allow the remote surface (automotive, watch, etc...) to know if the connected calling application supports the meeting summary extension

Summary

Public properties

Boolean

Whether or not the meeting summary extension is supported by the calling application.

Public properties

isSupported

Added in 1.0.0-rc01
val isSupportedBoolean

Whether or not the meeting summary extension is supported by the calling application.

If true, then updates about meeting summary in the call will be given. If false, then the remote doesn't support this extension and updates about the meeting summary will not be given.

Note: Must not be queried until after CallExtensionScope.onConnected is called.