public interface CoDoingSessionDelegate
Callback provided by the live sharing app to handle remote co-doing updates.
Public Method Summary
abstract void |
onGlobalStateChanged(CoDoingState
newGlobalState)
Applies a co-doing state update from another participant in the meeting.
|
Public Methods
public abstract void onGlobalStateChanged (CoDoingState newGlobalState)
Applies a co-doing state update from another participant in the meeting.
Note: This will not be called in response to local changes.
Parameters
newGlobalState | the new CoDoingState
state to be applied |
---|