Browse Source
Merge pull request #83 from strukturag/legacy-ptype
Stop using legacy ptype "listener".
pull/76/merge
Joachim Bauch
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/signaling/mcu_janus.go
|
|
@ -1061,7 +1061,7 @@ func (p *mcuJanusSubscriber) joinRoom(ctx context.Context, callback func(error, |
|
|
|
retry: |
|
|
|
join_msg := map[string]interface{}{ |
|
|
|
"request": "join", |
|
|
|
"ptype": "listener", |
|
|
|
"ptype": "subscriber", |
|
|
|
"room": p.roomId, |
|
|
|
"feed": streamTypeUserIds[p.streamType], |
|
|
|
} |
|
|
|