acceptParticipantInLobby abstract method
- @PUT("rtc/meeting/update/participantLobbyStatus")
Implementation
@PUT("rtc/meeting/update/participantLobbyStatus")
Future<BaseResponse<RtcData>> acceptParticipantInLobby(
@Body() Map<String, dynamic> body,
);