start_publishing method
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,
);
}
3.1
int start_publishing(
trtc_cloud instance,
ffi.Pointer<ffi.Char> stream_id,
int stream_type,
) {
return _start_publishing(
instance,
stream_id,
stream_type,
);
}