[][src]Struct zoom_sdk_windows_sys::ZOOMSDK_tagJoinParam4WithoutLogin

#[repr(C)]pub struct ZOOMSDK_tagJoinParam4WithoutLogin {
    pub meetingNumber: UINT64,
    pub vanityID: *const u16,
    pub userName: *const u16,
    pub psw: *const u16,
    pub hDirectShareAppWnd: HWND,
    pub userZAK: *const u16,
    pub participantId: *const u16,
    pub webinarToken: *const u16,
    pub isDirectShareDesktop: bool,
    pub isVideoOff: bool,
    pub isAudioOff: bool,
}

\struct tagJoinParam4WithoutLogin \brief The parameters of non-login user when joins the meeting. Here are more detailed structural descriptions.

Fields

meetingNumber: UINT64

< Meeting number.

vanityID: *const u16

<Meeting vanity ID

userName: *const u16

<Username when logged in the meeting.

psw: *const u16

<Meeting password.

hDirectShareAppWnd: HWND

<The window handle of the direct Sharing application.

userZAK: *const u16

<ZOOM access token.

participantId: *const u16

<The ID of attendees. The SDK will set this value when the associated settings are turned on.

webinarToken: *const u16

<Webinar token.

isDirectShareDesktop: bool

<Share the desktop directly or not. True indicates to Share.

isVideoOff: bool

<Turn off the video of not. True indicates to turn off. In addition, this flag is affected by meeting attributes.

isAudioOff: bool

<Turn off the audio or not. True indicates to turn off. In addition, this flag is affected by meeting attributes.

Trait Implementations

impl Clone for ZOOMSDK_tagJoinParam4WithoutLogin[src]

impl Copy for ZOOMSDK_tagJoinParam4WithoutLogin[src]

impl Debug for ZOOMSDK_tagJoinParam4WithoutLogin[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.