iOS VCS Realtime SDK Documentation

Class Remote​Participant

public class RemoteParticipant: Participant, Hashable  

Remote participant object

RemoteParticipant RemoteParticipant Hashable Hashable RemoteParticipant->Hashable Participant Participant RemoteParticipant->Participant

Superclass

Participant

Base participant object

Conforms To

Hashable

Methods

has​Video()

public func hasVideo() -> Bool  

Check if the remote participant is sending video

Returns

True if remote participant is sending video

hash(into:​)

public func hash(into hasher: inout Hasher)  

Operators

==

public static func == (lhs: RemoteParticipant, rhs: RemoteParticipant) -> Bool