start_publishing method

int start_publishing(
  1. trtc_cloud instance,
  2. Pointer<Char> stream_id,
  3. int stream_type
)

3.1

Implementation

int start_publishing(
  trtc_cloud instance,
  ffi.Pointer<ffi.Char> stream_id,
  int stream_type,
) {
  return _start_publishing(
    instance,
    stream_id,
    stream_type,
  );
}