@model CPE.App.Web.Models.MeetingSession @{ ViewBag.Title = "Rebroadcast Schedule"; } Back to Session Details

Rebroadcast Schedule - @Model.Name


@{ Html.RenderAction("RebroadcastSessions", "Rebroadcast", new { meetingSessionKey = Model.MeetingSessionKey }); }



Create Rebroadcast Session

@using (Html.BeginForm("PublishRecording", "Rebroadcast", FormMethod.Get)) {


}