videosdk-live / videosdk-rtc-flutter-sdk-example

WebRTC based video conferencing SDK for Flutter (Android / iOS)
https://docs.videosdk.live/flutter/guide/video-and-audio-calling-api-sdk/getting-started
82 stars 30 forks source link

Unable to identify host of conference call #33

Closed cg-sangam closed 1 year ago

cg-sangam commented 1 year ago

I am using videosdk.live in my flutter app but i am unable to identify the host of conference call can you guys please help me in this issue.

My expected design

Screenshot 2023-02-02 at 11 29 01 AM
rajansurani commented 1 year ago

@cg-sangam You use customParticipantId while calling the createRoom which you can use as an identifier for the host. Here is the docs : https://docs.videosdk.live/flutter/api/sdk-reference/videosdk-class/methods#createroom

cg-sangam commented 1 year ago

@rajansurani thanks for replying on my issue i applied your method now its work