Within millicastSdk documenation method project (in Class View) does not accept sourceId to be anything than string, but when I pass value with type any (value = undefined | null). It works fine and selects Main source stream
@snoh666 this is an expected behavior, as the SDK does not check the content of the variable that you pass. It is directly sent as a message to the web socket (see).
Within millicastSdk documenation method
project
(in ClassView
) does not accept sourceId to be anything thanstring
, but when I pass value with typeany
(value = undefined | null
). It works fine and selects Main source streamIs that expected?