stop_all_remote_view method

int stop_all_remote_view(
  1. trtc_cloud instance
)

4.10

Implementation

int stop_all_remote_view(
  trtc_cloud instance,
) {
  return _stop_all_remote_view(
    instance,
  );
}