isLocal method

bool isLocal()

Implementation

bool isLocal() {
  return participant == voip.localParticipant;
}