Dart_JoinLive method
void
Dart_JoinLive()
Implementation
void Dart_JoinLive(ffi.Pointer<TUILiveListManagerFFI> live_list_manager_ffi,
ffi.Pointer<ffi.Char> roomId, ffi.Pointer<ffi.Char> user_data) {
return _Dart_JoinLive(live_list_manager_ffi, roomId, user_data);
}