switch_room method

int switch_room(
  1. trtc_cloud instance,
  2. trtc_switch_room_config_t config
)

2.5

Implementation

int switch_room(
  trtc_cloud instance,
  trtc_switch_room_config_t config,
) {
  return _switch_room(
    instance,
    config,
  );
}