ドキュメント

​
​

Development

User Acquisition

Monetization

産業

Vivox Unreal SDK

Vivox Unreal SDK

このページは選択した言語では使用できません。
Vivox
​
​
Vivox Unreal SDK
  • Overview
  • Get started
  • Release notes
  • Developer guide
    • Set up your project
    • Unity Authentication Service in Unreal
    • Create voice and text channels
    • Messaging
    • Audio management
    • Muting
      • Mute a user's microphone
      • Mute other users
      • Crossmute functions
    • In-game moderation
    • Android app development
    • iOS app development
    • Server-side recording
    • Speech-to-text audio transcription
    • Text-to-speech
    • Real-time recording
    • Transmission
    • Troubleshooting
  • Tutorials
  • Reference
  1. Vivox Unreal SDK documentation

Crossmute functions

Understand the different actions that occur when you call various crossmuting functions.
読み終わるまでの所要時間 1 分
最終更新 8ヶ月前

The following list details the actions that occur when you call various crossmuting functions.
  • ILoginSession::CrossMutedCommunications()
    - Returns a TSet of all AccountIds that are crossmuted for the current ILoginSession.
  • ILoginSession::BeginSetCrossMutedCommunications(AccountId &account, bool &muted, FOnBeginSetCrossMutedCommunicationsDelegate theDelegate)
    - Sets the crossmuting status of a single AccountId for the
    ILoginSession
    .
    • When run with an AccountId and a muted value of true, this action prevents the AccountId from sending or receiving voice or text communications.
    • When run with an AccountId and a muted value of false, this action allows AccountIds that were previously crossmuted to communicate normally.
  • ILoginSession::BeginSetCrossMutedCommunications(TSet<AccountId> &accountIdSet, bool &muted, FOnBeginSetCrossMutedCommunicationsDelegate theDelegate)
    - Sets the crossmuting status of a TSet of AccountIds.
    • When run with a TSet of AccountIds and a muted value of true, this action prevents the TSet of AccountIds from sending or receiving voice or text communications.
    • When run with a TSet of AccountIds and a muted value of false, this action removes the TSet of AccountIds from the
      CrossMutedCommunications
      list, which allows the AccountIds to send or receive voice and text communications in any channels where they are not muted.
  • ILoginSession::ClearCrossMutedCommuncations(FOnBeginClearCrossMutedCommunicationsCompletedDelegate theDelegate)
    - Clears any crossmuted communications in the
    ILoginSession
    , which allows for the sending or receiving of text and voice communications that are not prevented by some other method.

Copyright © 2026 Unity Technologies
法規事項プライバシーポリシークッキーDocumentation Terms of Use私の個人情報を販売または共有しないプライバシーに関する選択 (クッキー設定)

"Unity" の名称、Unity のロゴ、およびその他の Unity の商標は、米国およびその他の国における Unity Technologies またはその関係会社の商標または登録商標です (詳しくはこちら)。その他の名称またはブランドは該当する所有者の商標です。

一部のページは利便性向上のため機械翻訳を使用しており、内容に不正確な表現が含まれる場合があります。内容に齟齬または不一致が生じた場合は、英語版を正本とします。


    このページの問題を報告する