Class
RemoteParticipant
public class RemoteParticipant: Participant, Hashable
Remote participant object
Relationships
Superclass
Participant
Base participant object
Conforms To
Hashable
Methods
hasVideo()
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