Description
CallInInfo.participantId doesn’t match VideoClient.getUser().userId
This may be by design but the use case I was looking at was for a connected zoom user during one of our meetings, if they were having trouble connecting to audio, one of our support agents would be able to send them phone instructinos, including their participant ID so when they called in it would link them. Just validating this is expected behaviour? The phone participantId is different than the zoom userId?
Which Web Video SDK version?
2.1.0
Video SDK Code Snippets
Stream.getCurrentSessionCallinInfo().participantId
VideoClient.getUser().userId
@vic.yang Gotcha – out of curiosity there isn’t a way to retrieve that participant ID from the sdk methods is there? I can workaround it but just curious?