IceCallee

data class IceCallee(val ice: IceCandidate) : ClientToClientMessage

A message which wraps an IceCandidate from the side which issued an Answer.

Parameters

ice

the IceCandidate which is sent.

Constructors

Link copied to clipboard
fun IceCallee(ice: IceCandidate)

Properties

Link copied to clipboard
val ice: IceCandidate