|
@@ -553,7 +553,7 @@ export default {
|
|
|
const userid_ = remoteStream.getUserId();
|
|
|
const res_ = userid_.indexOf('-');
|
|
|
const useridsplit_ = userid_.substring(0, 5);
|
|
|
- const userid_zs = userid_.substring(5);
|
|
|
+ const userid_zs = userid_.substring(6);
|
|
|
console.log('222--->' + useridsplit_);
|
|
|
console.log('555--->' + userid_zs);
|
|
|
if (useridsplit_ === 'share') {
|