BaseParticipant 인터페이스
기본 참여자 유형입니다. signedInUser, anonymousUser, phoneUser 필드 중 하나만 설정되어 참여자 유형을 결정합니다.
서명
interface BaseParticipant
속성 서명
이름 |
설명 |
anonymousUser |
이 값이 설정된 경우 참여자가 익명의 사용자입니다. 표시 이름을 제공합니다. |
name |
참여자의 리소스 이름입니다. 형식: conferenceRecords/{conferenceRecord}/participants/{participant} |
participantKey |
연결된 참여자의 참여자 키입니다. 형식은 participants/{participant} 입니다. |
phoneUser |
이 값이 설정된 경우 참여자가 전화로 참여하는 사용자입니다. 부분적으로 삭제된 전화번호를 제공합니다. |
signedInUser |
이 속성이 설정된 경우 참석자가 로그인한 사용자입니다. 고유 ID와 표시 이름을 제공합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-02-04(UTC)
[null,null,["최종 업데이트: 2025-02-04(UTC)"],[[["This feature is available through the Google Workspace Developer Preview Program, offering early access."],["The `BaseParticipant` interface defines the fundamental structure for participant data."],["Participants can be identified as `anonymousUser`, `signedInUser`, or `phoneUser`, with only one type active at a time."],["The interface includes properties such as `name` and `participantKey` to identify the participant."],["Each participant type, when active, will provide specific information such as a display name, user ID, or redacted phone number."]]],[]]