修正拼写错误

This commit is contained in:
Lawrence
2020-10-29 10:16:39 +08:00
parent 1ec70660c6
commit 56996e2138
4 changed files with 13 additions and 13 deletions

View File

@@ -329,7 +329,7 @@ public class SIPCommander implements ISIPCommander {
streamInfo.setSsrc(ssrc);
streamInfo.setCahnnelId(channelId);
streamInfo.setDeviceID(device.getDeviceId());
boolean b = storager.startPlayBlack(streamInfo);
boolean b = storager.startPlayback(streamInfo);
return streamInfo;
} catch ( SipException | ParseException | InvalidArgumentException e) {