CoDoingHandler

@PublicApi
public interface CoDoingHandler



Callback provided by the add-on app to handle remote co-doing updates.

Summary

Public methods

abstract void

Applies a co-doing state update from another participant in the meeting.

Public methods

onGlobalStateChanged

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
CoDoingState newGlobalState

the new CoDoingState state to be applied