You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2025. It is now read-only.
When initiating a video call I just tried to show the preview of the producer camera view returned invoking the method
public final View startVideoProducerPreview(){ if(mVideoProducer != null){ return mVideoProducer.startPreview(mContext); } return null; }But unfortunately, I am getting null every time in the in-progress state. The video producer is only getting initiated when the call state is INCALL.
Can we show the preview of the caller on-screen before the call gets connected?
Expected output :
When the video call is in-progress state the preview of the caller should be displayed on his screen.
IMSDroid demo application output:
Rendering the loading try-view in the IMSDroid demo application.