kenakamu / UCWA2.0-CS

C# library for UCWA 2.0
MIT License
24 stars 13 forks source link

Add phone audio #24

Closed delta1186 closed 6 years ago

delta1186 commented 6 years ago

So I'm really stuck and I know this is not really an issue, but maybe someone can help. How do you get the onlinemeetinginvitation object required for the addphoneaudio method? I read the docks and it says something about using joinonlinemeeing but I am not sure how works.

kenakamu commented 6 years ago

What exactly do you want? UCWA itself doesn't support audio

delta1186 commented 6 years ago

I understand. I am trying to figure out how to use the follow method.

public async Task AddPhoneCall(string sip, string phoneNumber, OnlineMeetingInvitation onlineMeetingInvitation)

I cannot figure out where the instance of onlinemeetinginvitation originates so I can pass it into this method. At first I thought you could just new up the class but all of the setters are internal.

delta1186 commented 6 years ago

I can certainly post this somewhere else if I need be, but I figured you might be able to get me pointed in the right direction quickly enough. Thank you for your time.

kenakamu commented 6 years ago

Still cannot figure it out actually. Any update from your side?