Join Session with Audio only and then publish the video later

I would like to join the session as audio (basically I would like to send video false in SDP) and down the lane, would like to send my video.

Is it possible?

Thanks

For sure, you can try to initialize a publisher with videoSource property to false.
Then, whenever you want to publish the video you can create a new publish and publish it or create a new MediaStreamTrack with only video and replace the older one. It looks as if replace your video track.

@CSantosM - Thanks for your reply. Actually I am making iOS native application and would like to implement it over there. I think I forgot to mention that in the question.

Native iOS is not a supported platform in OpenVidu.

You can implement the application in iOS with ionic.