Hi Konrad, Okay I will check this functionality on your next SDK release. Thanks for your support
I have gone through updated SDK methods, there I found rainbowSDK.bubbles.showActiveTalkerVideo(conferencesession) method call, Added this line inside RAINBOW_ONBUBBLECONFERENCETALKERACTIVE listene...
Hi, Yes I've run that github code with my account, it initiates conference on both audio and video but still I could not find a way to achieve speaker view at the large video. Github example appli...
Hello Konrad, Upgraded to v1.78.0-beta.1 version, now it returns all the videos. But last version gave speaker(who is currently speaking) at the top of the video gallery. So it behaved like speak...
Hi Christophe, Ok, I will check. Thanks for your support.
Hi Cristophe, I copied that lines from previous post. Here below I put my sample code, ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;Rainbow.Application myApp = new Rainbow....
Hi Christophe, Yes, I have this problem. When I debug this code, the debugger never came inside GetMessagesFromConversation code even in else portion as well. imMsglist.GetMessagesFromConversation(...
Hi Christophe, Yes, I was put previous one response i will change this. but every time I check with the response return by the imMsglist.GetMessagesFromConversation i.e, callback3, I did't get a...
It is in server side. Is it possible to interact my server side chatbot with post method in rainbow. could you tell me how?