채널 멤버십 생성 AppInstanceBot - Amazon Chime SDK

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

채널 멤버십 생성 AppInstanceBot

채널을 만든 후에는 새 채널이나 기존 채널에 회원으로 추가합니다. AppInstanceBot 자세한 내용은 Amazon Chime SDK 메시징 API 설명서를 참조하십시오 CreateChannel. CreateChannelMembership

다음 예제는 AWS CLI를 사용하여 채널을 만들고 AppInstanceBot 멤버로 추가하는 방법을 보여줍니다.

aws chime-sdk-messaging create-channel \ --chime-bearer caller_app_instance_user_arn \ --app-instance-arn app_instance_arn \ --name channel_name \ --member-arns '[ "app_instance_bot_arn" ]'

다음 예제는 AWS CLI를 사용하여 기존 채널에 를 추가하는 방법을 보여줍니다. AppInstanceBot

aws chime-sdk-messaging create-channel-membership \ --chime-bearer caller_app_instance_user_arn \ --channel-arn channel_arn \ --member-arn app_instance_bot_arn