WINDOWS SDK Interface Change Notification

Hi All, this is official announcement by Zoom SDK team:

We are going to change our Interface in the next release, here are some details: 

  •    IMeetingServiceEvent:

    add  IAudioCtrlEvent  IVideoCtrlEvent IShareCtrlEvent IChatCtrlEvent IParticipantsCtrlEvent IRecordingCtrlEvent IRemoteControlEvent IChatCtrlEvent

    move onRecording2MP4Done onRecording2MP4Processing onRecordingStatus onRecordPriviligeChanged  from IMeetingServiceEvent to IRecordingCtrlEvent

    move onUserJoin onUserLeft onHostChangeNotification onLowOrRaiseHandStatusChanged from IMeetingServiceEvent to IParticipantsCtrlEvent

    move onRemoteControlStatus from IMeetingServiceEvent to IRemoteControlEvent

    move onSharingStatus onLockShareStatus from IMeetingServiceEvent to IShareCtrlEvent

    move onUserAudioStatusChange from IMeetingServiceEvent to IAudioCtrlEvent 

    move onChatMsgNotifcation from IMeetingServiceEvent to IChatCtrlEvent

    move onUserVideoStatusChange onSpotlightVideoChangeNotification from IMeetingServiceEvent to IVideoCtrlEvent

  • IMeetingService:

add IParticipantsCtrl

move LowerAllHands GetUserByUserID GetParticipantsList from IMeetingService to IParticipantsCtrl