MeetingSummaryRemote
@ExperimentalAppActions
public 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 methods |
|
|---|---|
abstract boolean |
Whether or not the meeting summary extension is supported by the calling application. |
Public methods
isSupported
abstract boolean isSupported()
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.