Parameter "isVideoOff" does not work when joinMeeting

Description
I want to open camera as default setting when join meeting. I found it does not work in these list:

  1. windows + native sdk;
  2. windows + electron sdk;
  3. mac + electron sdk;
    In mac + native sdk, this feature is valid.
    in electron env, before call join function I call “Setting_EnableAutoTurnOffVideoWhenJoinMeeting({bEnable:false});” and then call Join with isvideooff=false.

Which version?
5.2.42037.1112

Hey @powerguan,

Thanks for using the dev forum! It is good to see you again :slight_smile:

Video can be enabled by default, but I do not believe you can automatically turn on the user’s camera without prompting them.

Thanks!
Michael

@Michael_Condon
I understand your means. But why I can enable camera in host site when starting meeting.

Hey @powerguan,

I’m sorry am having trouble understanding your question. Can you rephrase, please?

Thanks!
Michael

@Michael_Condon

I mean I can set default camera status as ON by setting “isvideooff=false” under starting meeting. but I can’t set default camera status as ON with same method under join meeting.
finally I find a new method by call “MeetingVideo_UnMuteVideo” to open camera once join meeting successfully.

Thank you very much.

Hey @powerguan,

Oh, I see. Thank you for explaining :slight_smile:
There is no “isvideooff” parameter for joinMeeting because isvideooff is a setting for the meeting as a whole and not for the individual user. When starting a meeting, the meeting settings can be configured. When joining a meeting, the meeting settings have already been configured earlier.

I am happy to hear your issue has been resolved!
Please let us know if you have any other questions.

Michael