VIICECompleted typedef

VIICECompleted = void Function(VICall call)

Signature for callbacks reporting that ICE connection is complete.

Used in VICall.

call - VICall instance initiated the event

Implementation

typedef void VIICECompleted(VICall call);