File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
AzureCommunicationUIDemoApp/ios Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ class RNAzureCommunicationUICalling: RCTEventEmitter {
160
160
guard let remoteAvatar = remoteAvatar, let remoteAvatarImage = RCTConvert . uiImage ( remoteAvatar) else {
161
161
return
162
162
}
163
- RemoteParticipantAvatarHelper . onRemoteParticipantJoined ( to: callComposite,
163
+ RNCallCompositeRemoteParticipantAvatarHelper . onRemoteParticipantJoined ( to: callComposite,
164
164
identifiers: identifiers,
165
165
remoteAvatar: remoteAvatarImage)
166
166
}
@@ -178,7 +178,7 @@ enum RNCallCompositeConnectionError: Error {
178
178
}
179
179
}
180
180
181
- struct RemoteParticipantAvatarHelper {
181
+ struct RNCallCompositeRemoteParticipantAvatarHelper {
182
182
private static func getRemoteParticipantId( _ identifier: CommunicationIdentifier ) -> String ? {
183
183
switch identifier {
184
184
case is CommunicationUserIdentifier :
@@ -215,10 +215,10 @@ struct RemoteParticipantAvatarHelper {
215
215
for: identifier) { result in
216
216
switch result {
217
217
case . success:
218
- print ( " ::::RemoteParticipantAvatarHelper ::onRemoteParticipantJoined::success " )
218
+ print ( " ::::RNCallCompositeRemoteParticipantAvatarHelper ::onRemoteParticipantJoined::success " )
219
219
break
220
220
case . failure( let error) :
221
- print ( " ::::RemoteParticipantAvatarHelper ::onRemoteParticipantJoined::failure \( error) " )
221
+ print ( " ::::RNCallCompositeRemoteParticipantAvatarHelper ::onRemoteParticipantJoined::failure \( error) " )
222
222
}
223
223
}
224
224
}
You can’t perform that action at this time.
0 commit comments