Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine Group Call participants (names) #14

Open
PavelGladko opened this issue Jun 16, 2017 · 10 comments
Open

Determine Group Call participants (names) #14

PavelGladko opened this issue Jun 16, 2017 · 10 comments

Comments

@PavelGladko
Copy link

Could you please clarify how it is possible to determine call participants (Names).
At the moment I look into HueBot example RealTimeMediaCall class.
To be more specific OnIncomingCallReceived() event with RealTimeMediaIncomingCallEvent parameter that have Conversation property with list of Participants. Each participant has internal identity property that is for example : "29:1c2fgntp......".
Is there a way knowing that participant Identity obtain name of Skype account that takes part in a Call?
Maybe there is another way to determine List of Skype Accounts that take part in a Call?

@MalarGit
Copy link
Contributor

Few things.. First bots in group calls is currently not supported. Huebot demonstrates only 1:1 call.

The identity in the Conversation is intentionally scrubbed to guard privacy. That 29:xxx uniquely identifies that participant. You can use that id to send messages to them. Is there any reason why you would need the actual skype account?

@kronwell
Copy link

Just a note to this. If you create standard text messaging bot, skype account name is during conversation available.

@MalarGit
Copy link
Contributor

@kronwell Yes you do get the name of the user. But I think Pavel is asking about the Skype account(xx@yy.com) of the user.

@kronwell
Copy link

@MalarGit I tried HueBot sample and property DisplayName of Participant object was null, only Identity was filled. But I had the same problem with IVR bot in times before real time calling SDK was available...

@MalarGit
Copy link
Contributor

@kronwell you are right. The display name comes only for text messaging and not for calling scenarios.

@kronwell
Copy link

@MalarGit Any chance to change it? ;-)

@MalarGit
Copy link
Contributor

@kronwell will check and let you know.

@kronwell
Copy link

@MalarGit Thanks

@PavelGladko
Copy link
Author

Actually Name of the User (DisplayName) would perfectly fit my needs. Thanks

@MalarGit
Copy link
Contributor

@PavelGladko @kronwell thanks for the feedback. This issue has been added to our backlog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants