Esempio n. 1
0
 public void OnToggleMuteJS()
 {
     Output("This feature does not as intended due to cross-domain messaging restrictions");
     Opiframe.ToggleMute();
 }
Esempio n. 2
0
 public void UnmuteJS()
 {
     Output("Your audio should be unmuted. Press \"Play Music\" if necessary.");
     Opiframe.Unmute();
 }
Esempio n. 3
0
 public void OnGetDocumentTitle()
 {
     Output(Opiframe.GetTitle());
 }