Share via


CallConnectionStateChangedEvent Class

Definition

The call connection state changed event.

public class CallConnectionStateChangedEvent : Azure.Communication.CallingServer.CallingServerEventBase
type CallConnectionStateChangedEvent = class
    inherit CallingServerEventBase
Public Class CallConnectionStateChangedEvent
Inherits CallingServerEventBase
Inheritance
CallConnectionStateChangedEvent

Properties

CallConnectionId

The call connection id.

CallConnectionState

The call connection state.

ServerCallId

The server call.id.

Methods

Deserialize(String)

Deserialize CallConnectionStateChangedEvent event.

Applies to