setGlobalState method

void setGlobalState(
  1. GlobalState modifyState
)

Implementation

void setGlobalState(GlobalState modifyState) {
  dsBridge.callHandler("room.setGlobalState", [modifyState.toJson()]);
}