Skip to content

Commit

Permalink
Merge branch 'release/0.50.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Aug 24, 2022
2 parents c66cf8d + 99e03d4 commit 9ceb432
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Source/ZoomNet/Models/ParticipantDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ public enum ParticipantDevice
/// The participant joined via VoIP using an Android device.
/// </summary>
[EnumMember(Value = "Android")]
Android
Android,

/// <summary>
/// The participant joined via the web.
/// </summary>
[EnumMember(Value = "Web")]
Web
}
}

0 comments on commit 9ceb432

Please sign in to comment.