BaseParticipant 인터페이스
참여자 정보를 포함하는 싱글톤 리소스입니다. 참여자 유형을 결정하기 위해 signedInUser, anonymousUser, phoneUser 필드 중 하나가 정확히 하나 설정됩니다.
서명
declare interface BaseParticipant extends ResourceSnapshot
유산
속성 서명
이름 |
설명 |
anonymousUser |
이 값이 설정된 경우 참여자가 익명의 사용자입니다. 표시 이름을 제공합니다. |
id |
업데이트되는 리소스의 리소스 ID입니다. 싱글톤 리소스의 경우 이 속성이 설정되지 않습니다. (ResourceSnapshot 에서 상속됨) |
name |
참여자의 리소스 이름입니다. 형식: conferenceRecords/{conferenceRecord}/participants/{participant} |
participantId |
내부용 참여자 ID입니다. |
participantKey |
연결된 참여자의 참여자 키입니다. 형식은 participants/{participant} 입니다. |
phoneUser |
이 값이 설정된 경우 참여자가 전화로 참여하는 사용자입니다. 부분적으로 삭제된 전화번호를 제공합니다. |
signedInUser |
이 속성이 설정된 경우 참석자가 로그인한 사용자입니다. 고유 ID와 표시 이름을 제공합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-02-05(UTC)
[null,null,["최종 업데이트: 2025-02-05(UTC)"],[[["This documentation outlines the `BaseParticipant` interface, which is a singleton resource containing information about a participant in a conference."],["The `BaseParticipant` interface extends the `ResourceSnapshot` interface and includes properties such as `anonymousUser`, `phoneUser`, and `signedInUser` to identify the type of participant."],["The interface includes properties like `id`, `name`, `participantId`, and `participantKey` for resource identification and management."],["Access to the `BaseParticipant` interface, along with other features, is available through the Google Workspace Developer Preview Program."]]],[]]