Skip to content

v1.5.0

Compare
Choose a tag to compare
@jenkinsopenvidu jenkinsopenvidu released this 18 Jan 15:34
· 4045 commits to master since this release

Release v1.5.0

  • Call Detail Record

  • Dynamic change of Publisher without leaving the Session:

    Session.unpublish(oldPubliser);
    newPublisher = OpenVidu.initPublisher(newOptions);
    Session.publish(newPublisher);