Renegotiate SDP offer in Android Native

On Native Android, When I started the call, I send the sdp with hasVideo = false but later in the call, I would like to send my video stream. How I can renegotiate my SDP?

Thanks

OpenVidu doesn’t allow renegotiate SDP.

If you need to publish video when you first has created a Publisher with hasVideo=false, then you need to unpublish it and recreate again.

Or creating hasVideo=true in the first place and mute and unmute the video.

Regards

Thanks @micael.gallego - I am working unpublished and then publish now. Fingers crossed :smiley: