Class Participant

java.lang.Object
com.independentsoft.graph.teams.Participant

public class Participant extends Object
  • Constructor Details

    • Participant

      public Participant()
    • Participant

      public Participant(JsonObject jsonObject)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getId

      public String getId()
    • getInfo

      public ParticipantInfo getInfo()
    • isInLobby

      public boolean isInLobby()
    • isMuted

      public boolean isMuted()
    • getMediaStreams

      public List<MediaStream> getMediaStreams()
    • getRecordingInfo

      public RecordingInfo getRecordingInfo()
    • getMetadata

      public String getMetadata()