switch_role method

int switch_role(
  1. trtc_cloud instance,
  2. int role
)

2.3

Implementation

int switch_role(
  trtc_cloud instance,
  int role,
) {
  return _switch_role(
    instance,
    role,
  );
}