CoDoingHandler

@PublicApi
interface CoDoingHandler


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

Summary

Public functions

Unit

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

Public functions

onGlobalStateChanged

fun onGlobalStateChanged(newGlobalState: CoDoingState!): Unit

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: CoDoingState!

the new CoDoingState state to be applied