Skip to content

Commit

Permalink
Fix build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
zihzhan-msft committed Jun 16, 2021
1 parent 1a9464f commit 58ffcc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ protected CallingServerEventBase() { }
private readonly object _dummy;
private readonly int _dummyPrimitive;
public CallingServerEventType(string value) { throw null; }
public static Azure.Communication.CallingServer.CallingServerEventType AddParticipantResultEvent { get { throw null; } }
public static Azure.Communication.CallingServer.CallingServerEventType CallConnectionStateChangedEvent { get { throw null; } }
public static Azure.Communication.CallingServer.CallingServerEventType CallRecordingStateChangeEvent { get { throw null; } }
public static Azure.Communication.CallingServer.CallingServerEventType InviteParticipantsResultEvent { get { throw null; } }
public static Azure.Communication.CallingServer.CallingServerEventType ParticipantsUpdatedEvent { get { throw null; } }
public static Azure.Communication.CallingServer.CallingServerEventType PlayAudioResultEvent { get { throw null; } }
public static Azure.Communication.CallingServer.CallingServerEventType ToneReceivedEvent { get { throw null; } }
Expand Down

0 comments on commit 58ffcc3

Please sign in to comment.