Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Add mixerMix on mapping on VTParticipantType
Browse files Browse the repository at this point in the history
  • Loading branch information
graduad committed Sep 8, 2023
1 parent 0b3e15e commit bcd0c65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/Services/Models/VTParticipantTypeExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ extension VTParticipantType: ReactModelValueMappable {
return "LISTENER"
case .mixer:
return "MIXER"
case .mixerMix:
return "MIXER_MIX"
@unknown default:
return nil
}
Expand Down

0 comments on commit bcd0c65

Please sign in to comment.