共用方式為


AvatarPersonaDataCallback type

回呼函式,用來提供自訂資料來為使用者建置虛擬人偶。

type AvatarPersonaDataCallback = (userId: string) => Promise<AvatarPersonaData>