CallWithChatCompositeLoaderProps interface

アプリケーションで使用できる CallWithChatComposite の props。

2つのオプションバッグが含まれています。

Extends

プロパティ

callAdapterOptions

AzureCommunicationCallAdapterOptions のオプション これは、通話アダプターを構成するために使用されます。

callWithChatCompositeOptions

CallWithChatComposite のオプション CallWithChatCompositeOptions これは、通話複合を構成するために使用されます。

credential

CommunicationTokenCredential をローカル ユーザーに渡します。

displayName

ローカル ユーザーの表示名。

endpoint

Azure Communication Service エンドポイント。 これは、トークンとチャットスレッドへの参加に使用されます。

formFactor

複合材料のデバイス フォーム ファクター。

locator

通話とチャット スレッドのロケーター。 これは、通話とチャットスレッドに参加するために使用されます。

userId

ローカル ユーザーの UserId。

継承されたプロパティ

fluentTheme

複合の Fluent テーマ。

icons

複合のカスタム アイコンのオーバーライド。 JSX 要素を指定して、既定のアイコンをオーバーライドできます。

locale

複合のロケール。

onFetchAvatarPersonaData

Composite でレンダリングされたアバターにカスタム データを提供するために使用できるコールバック関数。

これは、複合に表示される displayName には影響しません。 複合全体の displayName は、アダプターの作成時にアダプターに提供されます。 は、アダプターの作成時にアダプターに提供される内容になります。

onFetchParticipantMenuItems

参加者リストの参加者にカスタム メニュー項目を提供するために使用できるコールバック関数。

rtl

複合が右から左に表示されるかどうか。

プロパティの詳細

callAdapterOptions

AzureCommunicationCallAdapterOptions のオプション これは、通話アダプターを構成するために使用されます。

callAdapterOptions?: CommonCallAdapterOptions

プロパティ値

callWithChatCompositeOptions

CallWithChatComposite のオプション CallWithChatCompositeOptions これは、通話複合を構成するために使用されます。

callWithChatCompositeOptions?: CallWithChatCompositeOptions

プロパティ値

credential

CommunicationTokenCredential をローカル ユーザーに渡します。

credential: CommunicationTokenCredential

プロパティ値

displayName

ローカル ユーザーの表示名。

displayName: string

プロパティ値

string

endpoint

Azure Communication Service エンドポイント。 これは、トークンとチャットスレッドへの参加に使用されます。

endpoint: string

プロパティ値

string

formFactor

複合材料のデバイス フォーム ファクター。

formFactor?: "mobile" | "desktop"

プロパティ値

"mobile" | "desktop"

locator

通話とチャット スレッドのロケーター。 これは、通話とチャットスレッドに参加するために使用されます。

locator: CallAndChatLocator

プロパティ値

userId

ローカル ユーザーの UserId。

userId: CommunicationUserIdentifier

プロパティ値

継承されたプロパティの詳細

fluentTheme

複合の Fluent テーマ。

fluentTheme?: PartialTheme | Theme

プロパティ値

PartialTheme | Theme

継承元 Partial.fluentテーマ

icons

複合のカスタム アイコンのオーバーライド。 JSX 要素を指定して、既定のアイコンをオーバーライドできます。

icons?: CallWithChatCompositeIcons

プロパティ値

継承元 パーシャル.アイコン

locale

複合のロケール。

locale?: CompositeLocale

プロパティ値

継承元 Partial.locale

onFetchAvatarPersonaData

Composite でレンダリングされたアバターにカスタム データを提供するために使用できるコールバック関数。

これは、複合に表示される displayName には影響しません。 複合全体の displayName は、アダプターの作成時にアダプターに提供されます。 は、アダプターの作成時にアダプターに提供される内容になります。

onFetchAvatarPersonaData?: AvatarPersonaDataCallback

プロパティ値

継承元 Partial.onFetchAvatarPersonaData (英語)

onFetchParticipantMenuItems

参加者リストの参加者にカスタム メニュー項目を提供するために使用できるコールバック関数。

onFetchParticipantMenuItems?: ParticipantMenuItemsCallback

プロパティ値

継承元 Partial.onFetchParticipantMenuItems (パーシャル オン フェッチ パーティシパント メニュー アイテム)

rtl

複合が右から左に表示されるかどうか。

rtl?: boolean

プロパティ値

boolean

継承元 パーシャル.rtl