@@ -116,8 +116,8 @@ typedef NS_ENUM (NSInteger, MEGAChatCallNotificationType) {
116
116
@property (nonatomic , readonly ) uint64_t peeridCallCompositionChange;
117
117
@property (nonatomic , readonly ) MEGAChatCallCompositionChange callCompositionChange;
118
118
@property (nonatomic , readonly ) NSInteger numParticipants;
119
- @property (nonatomic , readonly ) MEGAHandleList *participants;
120
- @property (nonatomic , readonly ) MEGAHandleList *sessionsClientId;
119
+ @property (nonatomic , readonly , nullable ) MEGAHandleList *participants;
120
+ @property (nonatomic , readonly , nullable ) MEGAHandleList *sessionsClientId;
121
121
122
122
@property (nonatomic , readonly , getter =hasLocalAudio) BOOL localAudio;
123
123
@property (nonatomic , readonly , getter =hasLocalVideo) BOOL localVideo;
@@ -132,19 +132,19 @@ typedef NS_ENUM (NSInteger, MEGAChatCallNotificationType) {
132
132
@property (nonatomic , readonly , getter =isOwnClientCaller) BOOL ownClientCaller;
133
133
@property (nonatomic , readonly , getter =isSpeakPermissionFlagEnabled) BOOL speakPermissionFlagEnabled;
134
134
135
- @property (nonatomic , readonly ) MEGAHandleList *moderators;
135
+ @property (nonatomic , readonly , nullable ) MEGAHandleList *moderators;
136
136
137
137
@property (nonatomic , readonly ) MEGAChatWaitingRoomStatus waitingRoomJoiningStatus;
138
- @property (nonatomic , readonly ) MEGAChatWaitingRoom *waitingRoom;
139
- @property (nonatomic , readonly ) MEGAHandleList *waitingRoomHandleList;
138
+ @property (nonatomic , readonly , nullable ) MEGAChatWaitingRoom *waitingRoom;
139
+ @property (nonatomic , readonly , nullable ) MEGAHandleList *waitingRoomHandleList;
140
140
141
- @property (nonatomic , readonly ) MEGAHandleList *speakersList;
142
- @property (nonatomic , readonly ) MEGAHandleList *speakRequestsList;
143
- @property (nonatomic , readonly ) MEGAHandleList *raiseHandsList;
141
+ @property (nonatomic , readonly , nullable ) MEGAHandleList *speakersList;
142
+ @property (nonatomic , readonly , nullable ) MEGAHandleList *speakRequestsList;
143
+ @property (nonatomic , readonly , nullable ) MEGAHandleList *raiseHandsList;
144
144
145
145
- (BOOL )hasChangedForType : (MEGAChatCallChangeType)changeType ;
146
146
147
- - (MEGAHandleList *)sessionsClientIdByUserHandle : (uint64_t )userHandle ;
147
+ - (nullable MEGAHandleList *)sessionsClientIdByUserHandle : (uint64_t )userHandle ;
148
148
149
149
- (BOOL )hasUserSpeakPermission : (uint64_t )userHandle ;
150
150
- (BOOL )hasUserPendingSpeakRequest : (uint64_t )userHandle ;
0 commit comments