Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

VideoController cannot be registered with ConferenceController #63

@leeprobert

Description

@leeprobert

If you are instantiating prefabs with video rendering gameObjects as components then you will need the VideoController to be added programmatically and setup to connect with the ConferenceController and also set the filter for the player name/id. I am using Unity Netcode so the players ID is also the Dolby Conference Player name. This means I need to wait for the Relay to connect and the player prefabs to be created before setting up the VideoController. The code registers itself with the ConferenceController on the Awake method. It also sets up the rendering on the Start method. These both fail as I do not have the ConferenceController injected at the point the prefab is instantiated. There needs to be a public method to defer this setup.
DolbyIssue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions